home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Tuner / Makefile < prev    next >
Encoding:
Makefile  |  1992-06-05  |  897 b   |  41 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Tuner
  11.  
  12. INTERFACES = Tuner.nib
  13. CLASSES = TunerApp.m
  14. MFILES = Tuner_main.m
  15. TIFFFILES = Tuner.tiff altattune.tiff altflat.tiff altsharp.tiff \
  16.             attune.tiff flat.tiff radioL.tiff sharp.tiff
  17. APPICON = Tuner.tiff
  18.  
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -larrayproc -lmusic_s -ldsp_s\
  23.     -lNeXT_s -lsys_s
  24. DEBUG_LIBS = $(LIBS)
  25. PROF_LIBS = -larrayproc -lmusic_s -ldsp_s\
  26.     -lNeXT_p -lsys_p
  27.  
  28. MAKEFILEDIR = /usr/lib/nib
  29. ICONSECTIONS =    -sectcreate __ICON app Tuner.tiff
  30.  
  31. INSTALLDIR = $(HOME)/Apps
  32. INSTALLFLAGS = -c -s -m 755
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/app.make
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.